>!ReadMe for JFPatch Examples

Version 1.05 (18 Nov 1997)

Most of these are patch files I found lying around in the Patch directory. I
hope that as examples they are readable, and useful. I've deleted all but the
last version from each, so you are just left with the final code.

Here's what the programs do (all by me unless stated) :

AOF       A directory of test programs for the AOF part of the assembler
          This code is not guarenteed - mostly these are test routines.
Beeper    Simple example of a filter (beep when mouse clicked)
          By Andrew Teirney
bs2del    Translate backspace to delete (useful under emulators)
          By Chris Johns
CLIPrompt Possibly the simplest module with start code - a CLI prompt.
          (use of handlers, module entry, multiple instances in taskwindows)
Ellipsis  Inserts  instead of ... when typed
          (this doesn't use the newer 'vector' module definition)
ExtraKeys Change the effect of certain alt-key combinations
          (this doesn't use the newer 'vector' module definition)
ExtraHelp Allows you to have some 'help' on library commands
          This is the 'latest' thing in here, and uses a Services definition
FindTask  Some example code of how to find if a task is running
          (no use of local variables)
FunMenus  Change the colours of menus cyclicly
          Uses both WimpSWI trapping and Filtering to acheive the effect.
Hanoi     Solves the Tower of Hanoi problem
PServer   A complete Econet printer server !
          By Chris Johns
Scanfile  Performs a wildcarded text scan on a file (in memory)
          Use of conditional assembly and Library routines.
SpacedFiles Substitutes Alt-Space for Space when files are saved from
          applications with a space in them.
          Uses conditional assembly.
Splitline Finds a sensible place to split a line (used in fpp)
          (no local labels)
UUDecode  Simple uudecoder - before I got a real one I wrote this !
Wildcard  Wildcard matching routine

--
Gerph
